home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ETO Development Tools 2
/
ETO Development Tools 2.iso
/
Tools - Objects
/
ResEdit
/
ResEdit 1.2
/
Examples
/
CExamples
/
Source
/
LDEF.a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-04-04
|
436 b
|
24 lines
|
[
TEXT/MPS
]
; COPYRIGHT (C) 1984-1989 Apple Computer,Inc.
; All rights reserved
;LDEF.a
BLANKS ON
STRING ASIS
StdLDEF MAIN EXPORT
IMPORT DrawCell
BRA.S @0 ; enter here
DC.W 0 ; flags word
DC.B 'LDEF' ; type
DC.W 0 ; ID
DC.W 0 ; version
@0
JMP DrawCell
END